projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2cd80b
)
Use description as name source when we don't have notes in maggeo.
author
robertl
<robertl>
Tue, 15 May 2007 21:56:40 +0000
(21:56 +0000)
committer
robertl
<robertl>
Tue, 15 May 2007 21:56:40 +0000
(21:56 +0000)
maggeo.c
patch
|
blob
|
history
diff --git
a/maggeo.c
b/maggeo.c
index e738685a8b5eca213dc5f55a93b814520a8bf308..a86cc6ba12e15fb206efd9f191380fae17da97e6 100644
(file)
--- a/
maggeo.c
+++ b/
maggeo.c
@@
-174,7
+174,7
@@
maggeo_waypt_pr(const waypoint *waypointp)
}
placeddate = maggeo_fmtdate(waypointp->creation_time);
lfounddate = maggeo_fmtdate(waypointp->gc_data.last_found);
- cname = mkshort(desc_handle, waypointp->notes ? waypointp->notes : waypointp->
shortname
);
+ cname = mkshort(desc_handle, waypointp->notes ? waypointp->notes : waypointp->
description
);
placer = waypointp->gc_data.placer;
/*